home *** CD-ROM | disk | FTP | other *** search
- head 1.1;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @@;
-
-
- 1.1
- date 89.03.13.14.43.42; author jhh; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @#
- # This file is included by Makefile. Makefile is generated automatically
- # by mkmf, and this file provides additional local personalization. The
- # variable SYSMAKEFILE is provided by Makefile; it's a system Makefile
- # that must be included to set up various compilation stuff.
- #
-
- #include <$(SYSMAKEFILE)>
-
- #
- # Add more install stuff in order to create symbolic links for other
- # incarnations of the program.
- #
-
- SYNONYMS = $(INSTALLDIR).$(TM)/egrep
-
- install :: $(SYNONYMS)
- $(SYNONYMS) :
- ln -s $(NAME) $(.TARGET)
- @
-